home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / login.css626 < prev    next >
Text File  |  2007-11-10  |  1KB  |  84 lines

  1. /*
  2. CSS for Login page.
  3. */
  4.  
  5.  
  6. html {
  7.     overflow-y:hidden;
  8.     overflow-x:hidden;
  9. }
  10.  
  11. BODY {
  12.     margin:0px;
  13.     padding:0px;
  14.     background-color:#ffffff;
  15.   
  16.     font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
  17.     font-size:10px;
  18. }
  19. #DETAILS_HEADER {
  20.     top:40%;
  21.     left:30%;
  22.     position:absolute;
  23. }
  24. .programInfo {
  25.     position:absolute;
  26.     float:left;
  27.     top:40%;
  28.     left:55%;
  29.     font-size: 16px;
  30.     font-weight:bold;
  31.     vertical-align:top;
  32. }
  33.  
  34. #USER_INFO {
  35.     top:15%;
  36.     left:40%;
  37.     position: absolute;
  38. }
  39. .LOGIN_BUTTON {
  40.     position:absolute;
  41.     left: 25%;
  42. }
  43.  
  44. .LOGIN_BUTTON {
  45.     /* 
  46.     Basic styling for login button
  47.     */
  48.     display: inline-block;
  49.     height: 25px;
  50.     float:left;
  51. }
  52. .LOGIN_BUTTON A {
  53.     /* 
  54.     Visual styling for login button
  55.     */
  56.     text-decoration: none;
  57.     font-size: 11px;
  58.     font-weight:bold;
  59.  
  60.     display: inline-block;
  61.     
  62.     border: 1px solid #000000;
  63.     margin: 4px 4px 0px 0px;
  64.  
  65.     padding: 2px 6px 2px 6px;
  66.  
  67.     background-color: #9acd32;
  68.     color: #000000;
  69.     
  70.     white-space: nowrap;
  71.     text-align: center;
  72.  
  73.     float:left;
  74. }
  75. .LOGIN_BUTTON A:active {
  76.     color: #000000;
  77. .LOGIN_BUTTON A:visited {
  78.     color: #000000;
  79. .LOGIN_BUTTON A:hover {
  80.     color: #000000;
  81.     background-color: #cfe6a1;
  82. }